home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / go-fishing.swf / scripts / DefineButton2_226 / BUTTONCONDACTION on(keyPress Down).as next >
Text File  |  2011-01-13  |  230b  |  13 lines

  1. on(keyPress "<Down>"){
  2.    if(eval("/:movie_enable") == "1")
  3.    {
  4.       if(getProperty("/ship", _currentframe) != "20")
  5.       {
  6.          tellTarget("/ship")
  7.          {
  8.             nextFrame();
  9.          }
  10.       }
  11.    }
  12. }
  13.